projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0239a0
)
(update_frame): Compare FRAME_MINIBUF_WINDOW(f)
author
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Feb 1996 21:30:03 +0000
(21:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Feb 1996 21:30:03 +0000
(21:30 +0000)
against with not minibuf_window but echo_area_window.
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index b0ee4066e6fb381f5efc31db68d1872f488c35f9..ac0d30cef440a51f6eff8f4f8d4c79d7f51bf7bb 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1343,7
+1343,7
@@
update_frame (f, force, inhibit_hairy_id)
/* These cases apply only to the frame that contains
the active minibuffer window. */
&& FRAME_HAS_MINIBUF_P (f)
- && EQ (FRAME_MINIBUF_WINDOW (f),
minibuf
_window))
+ && EQ (FRAME_MINIBUF_WINDOW (f),
echo_area
_window))
{
int top = XINT (XWINDOW (FRAME_MINIBUF_WINDOW (f))->top);
int row, col;